TwclIrDAServer.AddIasRecord(string,string,TwclIrDACharSet,Byte[]) Method

The function adds the string value into the server's IAS database.

Namespace: wclIrDAServers
public
 function AddIasRecord(const ClassName: string; const AttribName: string;
 const CharSet: TwclIrDACharSet;
 const Value: array of Byte): Integer; overload;

Parameters

ClassName
Type: string

The class name for an IAS object.

AttribName
Type: string

The attribute name for an IAS object.

CharSet
Type: TwclIrDACharSet

The string's character set.

Value
Type: array of Byte

The user string to associate with the attribute.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.